Skip to main content

MinOperator

Type

operator

Summary

Min operator.

Syntax

the minimum of <Left> and <Right>

Description

Min operator.

Parameters

NameTypeDescription

Left

An expression that evaluates to a number.

Right

An expression that evaluates to a number.

Value

NameTypeDescription

return

The value of Left, if it is less than the value of Right, and the value of Right otherwise.

Thank you for your feedback!

Was this page helpful?